set_default#

static WrapResult.set_default(warning_codes=None, error_code=None, id=None, name=None)#

Set the default values of the WrapResult object.

Parameters:
warning_codes: List[WarningCode], optional

Warning codes associated with the wrap operation.

error_code: ErrorCode, optional

Error code associated with a wrap operation.

id: int, optional

Id of the wrapper part created.

name: str, optional

Name of wrapper part created.