Authentication Failed

{"status":401,"error":"gateway:authentication.failed","message":"devops authentication failed!","description":"Check if your credentials were correct."}

Authentication Prodider Unavailable

{"status":503,"error":"gateway:authentication.provider.unavailable","message":"The authentication provider is not available.","description":"If after retry it is still unavailable, please contact the service team."}

Bad Gateway

{"status":502,"error":"gateway:bad.gateway","message":"A proxied inbound server responded with an unexpected error.","description":"If after retry this error still exists, please contact the service team."}

Internal Error

{"status":500,"error":"gateway:internalerror","message":"There was a rare case of an unexpected internal error.","description":"Please contact the service team."}

Method Not Allowed

{"status":405,"error":"gateway:method.notallowed","message":"The provided HTTP method 'POST' is not allowed on this resource.","description":"Check if you used the correct resource and method combination."}

Service Timeout

{"status":504,"error":"gateway:service.timeout","message":"The service you wanted to reach is currently not responding.","description":"Please contact the service team if this happens again."}

Service Unavailable

{"status":503,"error":"gateway:service.unavailable","message":"The service you wanted to reach is currently not available.","description":"Please contact the service team if this happens again."}

Service Too Many Requests

{"status":429,"error":"gateway:too.many.requests","message":"Your Solution is temporarily blocked. Please try again in a few minutes.","description":"You have sent too many requests at once. Please wait before trying again."}