strawberry.exceptions.StrawberryException

Constructor:

Signature:

def __init__(self, message: str) -> None:
...

Parameters:

  1. message:

    Type
    str

Attributes:

  1. message:

    Type
    str
  2. rich_message:

    Type
    str
  3. suggestion:

    Type
    str
  4. annotation_message:

    Type
    str
  5. documentation_path:

    Type
    str
  6. documentation_url:

    Type
    str
  7. exception_source:

    Type
    ExceptionSource | None