public enum WavErrorCode extends Enum<WavErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static WavErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WavErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WavErrorCode AUTHFAILURE
public static final WavErrorCode AUTHFAILURE_INVALIDAUTHORIZATIONCODE
public static final WavErrorCode AUTHFAILURE_MISSINGACCESSTOKEN
public static final WavErrorCode FAILEDOPERATION
public static final WavErrorCode FAILEDOPERATION_OPENPLATFORMERROR
public static final WavErrorCode INTERNALERROR
public static final WavErrorCode INVALIDPARAMETER
public static final WavErrorCode INVALIDPARAMETERVALUE
public static final WavErrorCode INVALIDPARAMETERVALUE_TIMESPANLIMITEXCEEDED
public static final WavErrorCode LIMITEXCEEDED
public static final WavErrorCode MISSINGPARAMETER
public static final WavErrorCode OPERATIONDENIED
public static final WavErrorCode REQUESTLIMITEXCEEDED
public static final WavErrorCode UNAUTHORIZEDOPERATION
public static WavErrorCode[] values()
for (WavErrorCode c : WavErrorCode.values()) System.out.println(c);
public static WavErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2022. All rights reserved.