ClientErrorResponseResponse constructor
ClientErrorResponseResponse({
- String? detail,
Returns a new ClientErrorResponseResponse instance.
Implementation
ClientErrorResponseResponse({
this.detail,
});