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

getErrorCode() public method

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