Interface PurchasesErrorExtra

Extra information that is available in certain types of errors.

interface PurchasesErrorExtra {
    backendErrorCode?: number;
    statusCode?: number;
}

Properties

backendErrorCode?: number

If this is a RevenueCat backend error, the error code from the servers.

statusCode?: number

If this is a request error, the HTTP status code of the response.