CopyError#
- exception nublado.controller.exceptions.CopyError(message, location=None, field_path=None)#
Bases:
ClientRequestErrorFile copy failed during migration.
- Parameters:
- error: ClassVar[str] = 'copy_error'#
Used as the
typefield of the error message.Should be overridden by any subclass.
- status_code: ClassVar[int] = 406#
HTTP status code for this type of validation error.