EGameSearchErrorCode enum

Inheritance

Constructors

EGameSearchErrorCode(int value)
const
EGameSearchErrorCode.fromValue(int value)
factory

Values

ok → const EGameSearchErrorCode
const EGameSearchErrorCode(1)
failedSearchAlreadyInProgress → const EGameSearchErrorCode
const EGameSearchErrorCode(2)
failedNoSearchInProgress → const EGameSearchErrorCode
const EGameSearchErrorCode(3)
failedNotLobbyLeader → const EGameSearchErrorCode
const EGameSearchErrorCode(4)
failedNoHostAvailable → const EGameSearchErrorCode
const EGameSearchErrorCode(5)
failedSearchParamsInvalid → const EGameSearchErrorCode
const EGameSearchErrorCode(6)
failedOffline → const EGameSearchErrorCode
const EGameSearchErrorCode(7)
failedNotAuthorized → const EGameSearchErrorCode
const EGameSearchErrorCode(8)
failedUnknownError → const EGameSearchErrorCode
const EGameSearchErrorCode(9)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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