register_manual_response
File: core/src/utcp/data/register_manual_response.py
class RegisterManualResult
Documentation
Result of a manual registration.
Attributes
manual_call_template: The call template of the registered manual.manual: The registered manual.success: Whether the registration was successful.errors: List of error messages if registration failed.
Fields:
- manual_call_template: CallTemplate
- manual: UtcpManual
- success: bool
- errors: List[str]