ErrorResponse constructor
ErrorResponse({})
Returns a new ErrorResponse instance.
Implementation
ErrorResponse({
this.error,
this.code,
this.message,
this.details = const [],
this.requestId,
});
Returns a new ErrorResponse instance.
ErrorResponse({
this.error,
this.code,
this.message,
this.details = const [],
this.requestId,
});