Uses of Class
com.longport.ErrorKind
-
Packages that use ErrorKind Package Description com.longport -
-
Uses of ErrorKind in com.longport
Methods in com.longport that return ErrorKind Modifier and Type Method Description ErrorKindOpenApiException. getKind()static ErrorKindErrorKind. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorKind[]ErrorKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.longport with parameters of type ErrorKind Constructor Description OpenApiException(ErrorKind kind, Long code, String message)
-