Uses of Class
com.longbridge.ErrorKind
-
Packages that use ErrorKind Package Description com.longbridge -
-
Uses of ErrorKind in com.longbridge
Methods in com.longbridge that return ErrorKind Modifier and Type Method Description ErrorKindOpenApiException. getKind()Returns the error kind.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.longbridge with parameters of type ErrorKind Constructor Description OpenApiException(ErrorKind kind, Long code, String message)Constructs anOpenApiException.
-