Networking Error
Errors that the Frame SDK network layer can surface to callers.
Use isTransport to distinguish retryable connectivity failures from server-validation errors that require the user to correct their input.
Inheritors
Types
The server responded successfully, but the response body could not be decoded.
The constructed URL was malformed and the request could not be sent.
The server returned a non-2xx status code.
An unexpected error occurred that does not fit a more specific category.
Properties
Functions
User-facing message for the snackbar surface, prefixed with "Error: " for clarity. For ServerError, parses the standard Frame envelope ({"error_details":{"message":"…"},"error":"…"}) and prefers error_details.message. For transport-class errors or unparseable bodies, returns fallback prefixed the same way.