Server Error
The server returned a non-2xx status code.
Properties
Link copied to clipboard
The raw response body, which may contain a Frame error envelope.
Link copied to clipboard
True for connectivity-class failures the user can retry. False for server-validation errors that should stay in the form so the user can correct the input.
Link copied to clipboard
The HTTP status code returned by the server.
Functions
Link copied to clipboard
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.