You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class RequestErrorException(val error: Error): RequestException("An error occurred while making a request to the BBB API: ${error.code} - ${error.message}")