APIFailure constructor
APIFailure(
- APIException apiException
Implementation
APIFailure(this.apiException)
: super(
message: apiException.message,
statusCode: apiException.statusCode,
errorCode: apiException.errorCode,
thirdpartyResponseDirectWebViewURL:
apiException.thirdpartyResponseDirectWebViewURL,
);