IssueTypeEnum enum

Actual enum for IssueType

Inheritance
Available extensions

Values

invalid → const IssueTypeEnum

invalid

structure → const IssueTypeEnum

structure

required_ → const IssueTypeEnum

required

value_ → const IssueTypeEnum

value

invariant → const IssueTypeEnum

invariant

security → const IssueTypeEnum

security

login → const IssueTypeEnum

login

unknown → const IssueTypeEnum

unknown

expired → const IssueTypeEnum

expired

forbidden → const IssueTypeEnum

forbidden

suppressed → const IssueTypeEnum

suppressed

processing → const IssueTypeEnum

processing

notSupported → const IssueTypeEnum

not-supported

duplicate → const IssueTypeEnum

duplicate

multipleMatches → const IssueTypeEnum

multiple-matches

notFound → const IssueTypeEnum

not-found

deleted → const IssueTypeEnum

deleted

tooLong → const IssueTypeEnum

too-long

codeInvalid → const IssueTypeEnum

code-invalid

extensionValue → const IssueTypeEnum

extension

tooCostly → const IssueTypeEnum

too-costly

businessRule → const IssueTypeEnum

business-rule

conflict → const IssueTypeEnum

conflict

limitedFilter → const IssueTypeEnum

limited-filter

transient → const IssueTypeEnum

transient

lockError → const IssueTypeEnum

lock-error

noStore → const IssueTypeEnum

no-store

exception → const IssueTypeEnum

exception

timeout → const IssueTypeEnum

timeout

incomplete → const IssueTypeEnum

incomplete

throttled → const IssueTypeEnum

throttled

informational → const IssueTypeEnum

informational

success → const IssueTypeEnum

success

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Converts the enum value to a string.
toString() String
Returns the enum value as a string.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(dynamic json) IssueTypeEnum?
Converts a string/JSON value to the corresponding enum value.
fromString(String? value) IssueTypeEnum?
Converts a string to the corresponding enum value.

Constants

values → const List<IssueTypeEnum>
A constant List of the values in this enum, in order of their declaration.