Exceptions#
- class boto3_refresh_session.exceptions.BRSError[source]#
The base exception for boto3-refresh-session.
- Parameters:
- messagestr, optional
The message to raise.
- codestr | int, optional
A short machine-friendly code for the error.
- status_codeint, optional
An HTTP status code, if applicable.
- detailsDict[str, Any], optional
Extra structured metadata for debugging or logging.
- paramstr, optional
The parameter name related to the error.
- valueAny, optional
The parameter value related to the error.
- class boto3_refresh_session.exceptions.BRSValidationError[source]#
Raised when inputs are missing or invalid.
- class boto3_refresh_session.exceptions.BRSConfigurationError[source]#
Raised when configuration is incompatible or malformed.
- class boto3_refresh_session.exceptions.BRSCredentialError[source]#
Raised when credential data is malformed or incomplete.
- class boto3_refresh_session.exceptions.BRSConnectionError[source]#
Raised when a connection or transport fails.