description:`The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, too large size, invalid request message framing, or deceptive request routing).`
})
}
}
exportclassstatus502extendsHttpStatus{
constructor(){
super({
code: 502,
text:'Payment Required',
description:`The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.`
})
}
}
exportclassstatus503extendsHttpStatus{
constructor(){
super({
code: 503,
text:'Forbidden',
description:`The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource.`
})
}
}
exportclassstatus504extendsHttpStatus{
constructor(){
super({
code: 504,
text:'Gateway Time-out',
description:`The server was acting as a gateway or proxy