strawberry.exceptions.NotAStrawberryEnumError

Constructor:

Signature:

def __init__(self, enum: EnumMeta) -> None:
...

Parameters:

  1. enum:

    Type
    EnumMeta

Attributes:

  1. enum:

  2. message:

  3. rich_message:

  4. suggestion:

  5. annotation_message:

  6. exception_source:

    Type
    ExceptionSource | None