Skip to main content

Module error

Module error 

Source
Expand description

Google error response schema.

Structs§

GoogleErrorData
Body of a Google error response: {error: {code, message, status, details}}.
GoogleErrorDetail
The error object of a Google error response.

Functions§

error_message
Message shown for an error body.
failed_response_handler
Failure handler decoding GoogleErrorData bodies.