Structs§
- Send
Access Token Response - A send access token which can be used to access a send.
- Unexpected
Identity Error - Any unexpected error that occurs when making requests to identity. This could be
local/transport/decoding failure from the HTTP client (DNS/TLS/connect/read timeout,
connection reset, or JSON decode failure on a success response) or non-2xx response with an
unexpected body or status. Used when decoding the server’s error payload into
SendAccessTokenApiErrorResponsefails, or for 5xx responses where no structured error is available.
Enums§
- Send
Access Token Error - Represents errors that can occur when requesting a send access token. It includes expected and unexpected API errors.