Contents

FSContainerStatus

A type that represents a container’s status.

Declaration

class FSContainerStatus

Overview

This type contains two properties:

Examples of statuses that require intervention include errors that indicate the container isn’t ready (POSIX EAGAIN or ENOTCONN), the container needs authentication (ENEEDAUTH), or that authentication failed (EAUTH). The status can also be an informative error, such as the FSKit error FSError.Code.statusOperationInProgress.

Topics

Creating a container status instance

Inspecting status properties

Using common status values

See Also

Containers