Home > @vsf-enterprise/stripe-epcc > isEpccErrors

# isEpccErrors() function

Checks if the param is the ElasticPath Commerce Cloud error (EpccErrors type).

Signature:

declare function isEpccErrors(response: any): response is EpccErrors;

# Parameters

Parameter Type Description
response any Response from the ElasticPath Commerce Cloud

Returns:

response is EpccErrors