Cartalyst\Stripe\Exception\StripeException::getErrorCode PHP Метод

getErrorCode() публичный Метод

Returns the error type returned by Stripe.
public getErrorCode ( ) : string
Результат string
    public function getErrorCode()
    {
        return $this->errorCode;
    }