-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum FailReasonReason for Batch failure
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NETWORK_ERRORNetwork is not available or not responding
INVALID_API_KEYYour API key is invalid
DEACTIVATED_API_KEYYour API key has been deactivated
UNEXPECTED_ERRORAn unexpected error occured, a future retry can succeed
SDK_OPTED_OUTBatch has globally been opted out from: network calls are not allowed
-
Method Summary
Modifier and Type Method Description static Array<FailReason>values()static FailReasonvalueOf(String name)-
-
Method Detail
-
values
static Array<FailReason> values()
-
valueOf
static FailReason valueOf(String name)
-
-
-
-