ErrorDetails Class

The details of the error.

Inheritance
ErrorDetails

Constructor

ErrorDetails(*, code: Optional[str] = None, message: Optional[str] = None, details: Optional[str] = None, **kwargs)

Parameters

code
str
Required

One of a server-defined set of error codes.

message
str
Required

A human-readable representation of the error.

details
str
Required

A human-readable representation of the error's details.