Skip to content

Remove "__type" in favor of "name" in Exceptions #96

@trivikr

Description

@trivikr

Is your feature request related to a problem? Please describe.
We now include __type and name on every structure. The 'name' was only being added on exceptions, but that isn't the case. We need to either only add 'name' to exceptions and leave __type how it is, or we need to remove __type altogether.

Describe the solution you'd like
Remove "__type" in favor of "name" in Exceptions

Describe alternatives you've considered
Have redundant value in both "name" and "__type"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions