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

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

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