OnrampApiError: OnrampSdkError & {
    onrampErrorType: OnrampApiErrorType;
    reason?: string;
    requestId?: string;
    apiErrorCode?: string;
    apiErrorType?: string;
    apiErrorMessage?: string;
    apiUserMessage?: string;
}

API-context fields returned for Crypto Onramp API errors.