Code of the error, usually inferred from the http result code.
Optional datetimeOptional date and time of the error (iso date with timezone).
Ex: 2024-01-30T15:27:09+00:00.
This is an error, this must be true.
Optional errorinfoOptional additional information about the error.
Optional sourceInformation on error emitter.
A 32 character long hexadecimal string. If it comes from the http gate, it is 'ffffffffffffffffffffffffffffffff', If it comes from the js web api, it is '00000000000000000000000000000000', else if it comes from another source, the uuid can be used to track the error in the server logs.
A generic error information.
The
sourceparameter may refer to :The
errorinfomay provide additional information about the error. Thecodeis the type of error (usually inferred from the http result code, tErrorCodeType). The uuid is a 32 character long hexadecimal string. If it comes from the http gate, it is 'ffffffffffffffffffffffffffffffff', If it comes from the js web api, it is '00000000000000000000000000000000', else if it comes from another source, the uuid can be used to track the error in the server logs.See
tErrorCodeType