Declaration

func fullName(_ error: NSErrorPointer) -> String

Declaration

- (NSString *) fullName:(NSError **) error;

Declaration

fullName_() -> tuple[str, NSError]

Parameters

error

A pointer to an NSError object to store any error that occurs.

Return Value

The full name.