API errors
Whatever the HTTP error code is, the response payload will contain the following object:statusCode: number - HTTP error code.
error: object - Linkup error details containing:
code: string - Error namemessage: string - Description of the errordetails: array - Details of the error. This array may be empty or include objects with the following properties:field: string - The field that caused the errormessage: string - A description of the field error