InvalidReturnURLError#

exception gafaelfawr.exceptions.InvalidReturnURLError(message, field)#

Bases: InputValidationError

Client specified an unsafe return URL.

Parameters:
  • message (str) –

  • field (str) –

error: ClassVar[str] = 'invalid_return_url'#

Used as the type field of the error message.

Should be overridden by any subclass.