OperationResult public protocol OperationResult Common result of any operation, usually async success True if operation was successful Declaration Swift var success: Bool { get } errorcode Undocumented Declaration Swift var errorcode: String? { get } message Error if operation was not successful Note Can be nil if success is true Declaration Swift var message: String? { get } © 2024 Trace Vision. All rights reserved. (Last updated: 2024-05-17)