9fin Entity API

ErrorResponse

object

Client-facing error envelope.

Example:{"error_code":"invalid_cursor","message":"The supplied cursor could not be decoded.","trace_id":"202bde256c7d446f9623efdc96286c5d"}{"error_code":"service_unavailable","message":"Database is not available","trace_id":"c2416d52c6d14c8e831aad792407442c"}{"details":[{"field":"limit","message":"Input should be less than or equal to 100"}],"error_code":"validation_error","message":"Request validation failed","trace_id":"5cc0f4dd4a0a4b7fa0b3b0f2b4f9a1c7"}

detailsAny Of
ErrorDetailarray[object]

One field-level problem within an error response.

Show Child Parameters
error_codestringrequired
messagestringrequired
trace_idAny Of
Variant 1string
Example