strawberry.exceptions.ObjectIsNotAnEnumError

Constructor:

Signature:

def __init__(self, cls: Type[Enum]) -> None:
...

Attributes:

  1. cls:

  2. message:

  3. rich_message:

  4. annotation_message:

  5. suggestion:

  6. exception_source:

    Type
    ExceptionSource | None