bestlab_platform.exceptions

Shared exception class

Exceptions

ResponseError(status_code, response_text, *args)

Exception raised for errors in the HTTP response.

exception bestlab_platform.exceptions.ResponseError(status_code, response_text, *args)[source]

Bases: Exception

Exception raised for errors in the HTTP response.

message

explanation of the error

status_code

HTTP status code

response_text

HTTP response text

__init__(status_code, response_text, *args)[source]