ServerErrorCode enum
Values
- v0000 → const ServerErrorCode
-
const ServerErrorCode('V0000', '성공')
- v1000 → const ServerErrorCode
-
const ServerErrorCode('V1000', 'V1000 오류')
- v2000 → const ServerErrorCode
-
const ServerErrorCode('V2000', 'V2000 오류')
- v3000 → const ServerErrorCode
-
const ServerErrorCode('V3000', 'V3000 오류')
- v4000 → const ServerErrorCode
-
const ServerErrorCode('V4000', 'V4000 오류')
- v5000 → const ServerErrorCode
-
const ServerErrorCode('V5000', 'V5000 오류')
- v6000 → const ServerErrorCode
-
const ServerErrorCode('V6000', 'V6000 오류')
- v7000 → const ServerErrorCode
-
const ServerErrorCode('V7000', 'V7000 오류')
- v8000 → const ServerErrorCode
-
const ServerErrorCode('V8000', 'V8000 오류')
- v9999 → const ServerErrorCode
-
const ServerErrorCode('V9000', 'V9000 오류')
- v9000 → const ServerErrorCode
-
const ServerErrorCode('V9999', 'V9999 오류')
Properties
- code → String
-
서버 오류 코드
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- locale → String
-
서버 오류 메시지
final
- 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ServerErrorCode> - A constant List of the values in this enum, in order of their declaration.