ErrorCausedBySDKError
Represents an error type with a cause property of type SDKError.
type ErrorCausedBySDKError = Error & {
cause: SdkHttpError;
};Referenced Types
SdkHttpError
Represents an error type with a cause property of type SDKError.
type ErrorCausedBySDKError = Error & {
cause: SdkHttpError;
};SdkHttpError