NorbixServerError constructor
const
NorbixServerError({})
Implementation
const NorbixServerError({
required super.message,
super.errors,
super.body,
super.code = 'NORBIX_SERVER_ERROR',
super.status,
super.details,
});