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