Error Codes
mpathic uses the native ProblemDetails to return error responses to the user. Please refer to the API reference for more detailed information on specific errors provided by a given API request. The http status code follow the standard HTTP response codes to indicate success or failure.
HTTP Status Code | Indicates |
---|---|
2xx | success |
4xx | error based on the information provided (for example: a required parameter was not supplied) |
5xx | internal error with mpathic servers |
Updated about 1 year ago