ResponseError.data

A Primitive or Structured value that contains additional information about the error. This may be omitted. The value of this member is defined by the Server (e.g. detailed error information, nested errors etc.).

struct ResponseError
@serdeOptional
OptionalJsonValue data;

Meta