RefNotEmpty constructor
RefNotEmpty()
Implementation
RefNotEmpty()
: super(
'the ref you requested to delete is not empty, try ${HeaderFields.forceDelete}:true in the request body',
ErrorCodes.refNotEmpty,
errorCode: HttpStatus.notAcceptable,
);