Package | Description |
---|---|
net.snowflake.ingest.utils |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
SFException(ErrorCode errorCode,
Object... params)
Construct a Snowflake exception from an error code and message parameters
|
SFException(Throwable cause,
ErrorCode errorCode,
Object... params)
Construct a Snowflake exception from a cause, an error code and message parameters
|
Copyright © 2022. All rights reserved.