ErrorResponse interface
Error response indicates Insights service is not able to process the incoming request. The reason is provided in the error message.
Properties
code | Error code. |
details | The list of invalid fields send in request, in case of validation error. |
message | Error message indicating why the operation failed. |
Property Details
code
Error code.
code?: string
Property Value
string
details
The list of invalid fields send in request, in case of validation error.
details?: ErrorFieldContract[]
Property Value
message
Error message indicating why the operation failed.
message?: string
Property Value
string