CopyError#

exception nublado.controller.exceptions.CopyError(message, location=None, field_path=None)#

Bases: ClientRequestError

File copy failed during migration.

Parameters:
error: ClassVar[str] = 'copy_error'#

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 406#

HTTP status code for this type of validation error.