Searched defs:ErrorType (Results 1 – 8 of 8) sorted by relevance
38 public enum ErrorType { enum in AdminErrorMessage117 ErrorType(int value) { in ErrorType() method in AdminErrorMessage.ErrorType
21 enum ErrorType { UNKNOWN, NCI_TIMEOUT, ERROR_NTF, AID_OVERFLOW }; enum
32 enum ErrorType { enum
30 typedef uint32_t ErrorType; typedef
58 public @interface ErrorType {} annotation in IkeProtocolException
218 enum ErrorType { enum
445 @interface ErrorType {} annotation
603 enum class ErrorType(val value:Int){ class