IResponse<T>.exception constructor
IResponse<T>.exception (
- ApiException exception
Implementation
IResponse.exception(ApiException exception) {
code = exception.code;
message = exception.message;
exception = exception;
}