Cartalyst\Stripe\Exception\StripeException::getErrorType PHP Method

getErrorType() public method

Returns the error type returned by Stripe.
public getErrorType ( ) : string
return string
    public function getErrorType()
    {
        return $this->errorType;
    }