ApiException<T>.unhandled constructor
const
ApiException<T>.unhandled (
- int code
Implementation
const ApiException.unhandled(this.code)
: message = 'Unhandled response',
body = null,
innerException = null,
stackTrace = null;