OnrampSdkError: StripeError<OnrampErrorStatus> & {
    onrampErrorType: OnrampErrorType;
    developerMessage: string;
    userMessage: string;
    docUrl?: string;
}

Base rich error shape returned by native Crypto Onramp SDK errors.