errorResponseSchema top-level property
ObjectSchema
errorResponseSchema
final
Generated schema for ErrorResponse
Implementation
final errorResponseSchema = Ack.object({
'code': Ack.string(),
'message': Ack.string(),
'details': Ack.object({}, additionalProperties: true).optional().nullable(),
});