# Functions
ErrFromStatus converts Status instance to error if it is failed.
ErrToStatus converts the error instance to Status instance.
FromStatusV2 converts status.Status message structure to Status instance.
IsSuccessful checks if status is successful.
ToStatusV2 converts Status instance to status.Status message structure.
WriteInternalServerErr writes err message to ServerInternal instance.
# Structs
ContainerNotFound describes status of the failure because of the missing container.
EACLNotFound describes status of the failure because of the missing eACL table.
LockNonRegularObject describes status returned on locking the non-regular object.
NodeUnderMaintenance describes failure status for nodes being under maintenance.
ObjectAccessDenied describes status of the failure because of the access control violation.
ObjectAlreadyRemoved describes status of the failure because object has been already removed.
ObjectLocked describes status of the failure because of the locked object.
ObjectNotFound describes status of the failure because of the missing object.
ObjectOutOfRange describes status of the failure because of the incorrect provided object ranges.
ServerInternal describes failure statuses related to internal server errors.
SessionTokenExpired describes status of the failure because of the expired session token.
SessionTokenNotFound describes status of the failure because of the missing session token.
SignatureVerification describes failure status related to signature verification.
SuccessDefaultV2 represents Status instance of default success.
WrongMagicNumber describes failure status related to incorrect network magic.