Uses of Class
net.snowflake.ingest.utils.ErrorCode
-
Packages that use ErrorCode Package Description net.snowflake.ingest.utils -
-
Uses of ErrorCode in net.snowflake.ingest.utils
Methods in net.snowflake.ingest.utils that return ErrorCode Modifier and Type Method Description static ErrorCode
ErrorCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ErrorCode[]
ErrorCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.snowflake.ingest.utils with parameters of type ErrorCode Constructor Description SFException(Throwable cause, ErrorCode errorCode, Object... params)
Construct a Snowflake exception from a cause, an error code and message parametersSFException(ErrorCode errorCode, Object... params)
Construct a Snowflake exception from an error code and message parameters
-