InvalidScopesError¶ exception gafaelfawr.exceptions.InvalidScopesError(message)¶ Bases: InputValidationError The provided token scopes are invalid or not available. Parameters: message (str) error: ClassVar[str] = 'invalid_scopes'¶ Used as the type field of the error message. Should be overridden by any subclass.