Cartalyst\Stripe\Exception\StripeException::getErrorCode PHP Méthode

getErrorCode() public méthode

Returns the error type returned by Stripe.
public getErrorCode ( ) : string
Résultat string
    public function getErrorCode()
    {
        return $this->errorCode;
    }