public static final enum

LineApiError.ErrorCode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.linecorp.linesdk.LineApiError.ErrorCode

Class Overview

Represents detail error reasons.

Summary

Enum Values
LineApiError.ErrorCode  HTTP_RESPONSE_PARSE_ERROR  Http response result can't be successfully parsed. 
LineApiError.ErrorCode  LOGIN_ACTIVITY_NOT_FOUND  Login intent can't be handled by system. 
LineApiError.ErrorCode  NOT_DEFINED  The default value when the detail error reason is not defined yet. 
Public Methods
static LineApiError.ErrorCode valueOf(String name)
final static ErrorCode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final LineApiError.ErrorCode HTTP_RESPONSE_PARSE_ERROR

Http response result can't be successfully parsed.

public static final LineApiError.ErrorCode LOGIN_ACTIVITY_NOT_FOUND

Login intent can't be handled by system.

public static final LineApiError.ErrorCode NOT_DEFINED

The default value when the detail error reason is not defined yet.

Public Methods

public static LineApiError.ErrorCode valueOf (String name)

public static final ErrorCode[] values ()