Enum OpenDALException.Code

java.lang.Object
java.lang.Enum<OpenDALException.Code>
org.apache.opendal.OpenDALException.Code
All Implemented Interfaces:
Serializable, Comparable<OpenDALException.Code>, java.lang.constant.Constable
Enclosing class:
OpenDALException

public static enum OpenDALException.Code extends Enum<OpenDALException.Code>
Enumerate all kinds of Error that OpenDAL may return.

Read the document of opendal::ErrorKind for the details of each code.