APIProblem400
-
detail:
The request could not be understood by the server due to malformed syntax(string, required) -
status:
400(number, required) -
title:
Bad Request(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem401
-
detail:
Unauthorized user(string, required) -
status:
401(number, required) -
title:
Unauthorized(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem402
-
detail:
The payment is required and could not be performed(string, required) -
status:
402(number, required) -
title:
Payment Required(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem403
-
detail:
Forbidden access(string, required) -
status:
403(number, required) -
title:
Forbidden(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem404
-
detail:
The resource was not found(string, required) -
status:
404(number, required) -
title:
Not Found(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem409
-
detail:
The request could not be completed due to a conflict with the current state of the resource(string, required) -
status:
409(number, required) -
title:
Conflict(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem415
-
detail:
The Content-Type * of the request is not currently supported.(string, required) -
status:
415(number, required) -
title:
Unsupported Media Type(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem422
-
detail:
The request was well formed but was unable to be followed due to semantic errors(string, required) -
status:
422(number, required) -
title:
Unprocessable Entity(string, required) -
type: `http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html (string, required)
-
validationMessages - Contains a property for each field that failed validation.
- field
- stringLength: The input is less than 6 characters long (string, required)
- field
APIProblem500
-
detail:
Internal Server Error(string, required) -
status:
500(number, required) -
title:
Internal Server Error(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)
APIProblem502
-
detail:
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.(string, required) -
status:
502(number, required) -
title:
Bad Gateway(string, required) -
type:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html(string, required)