Contents

notReady(status:)

Returns a not-ready container status instance with the provided error status.

Declaration

class func notReady(status errorStatus: any Error) -> Self

Parameters

  • errorStatus:

    The error status, if any, for the new instance.

See Also

Creating a container status instance