braviaproapi.bravia.errors.HttpError

class braviaproapi.bravia.errors.HttpError(message, error_code=None)

Bases: Exception

An error occurred while communicating with the API.

error_code

The error code returned by the API, if any.

Type:str or None