EnumerationDistributed5.9.0

    ErrorCode

    iOS
    16.0+
    macOS
    13.0+
    tvOS
    16.0+
    watchOS
    9.0+
    enum ErrorCode

    Citizens in Distributed

    Conformances

    Members

    • case invalidGenericSubstitutions

      Generic substitutions provided by invocation decoder are incompatible with target of the call. E.g. the generic requirements on the actual target could not be fulfilled by the obtained generic substitutions.

    • case invalidParameterCount

      Call target has different number of parameters than arguments provided by the invocation decoder.

    • case missingGenericSubstitutions

      Target expects generic environment information, but invocation decoder provided no generic substitutions.

    • case other

      A general issue during the execution of the distributed call target occurred.

    • case targetAccessorNotFound

      Unable to resolve the target identifier to a function accessor. This can happen when the identifier is corrupt, illegal, or wrong in the sense that the caller and callee do not have the called function recorded using the same identifier.

    • case typeDeserializationFailure

    Features