Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ERROR_ONLY_OWNER_CAN_BE_REGISTERED

Error message for unauthorized account registration attempts.This error is thrown when someone tries to register an account that doesn't belong to them. Only the account owner can register their own account. # When Thrown - Caller address doesn't match the account owner address - Attempting to register someone else's account # Resolution - Ensure the caller is the account owner - Use the correct account address for registration

Fully qualified path: obscura::errors::ERROR_ONLY_OWNER_CAN_BE_REGISTERED

pub const ERROR_ONLY_OWNER_CAN_BE_REGISTERED: felt252 = 'Only owner can be registered';