Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Protocol.OptionResponse
SourceWhen the client sends an option request, the server must reply.
type t =
| Ack
Option acknowledged
*)| Server
A description of an export (in reponse to List
)
| Unsupported
The option is unsupported
*)| Policy
The option is blocked by an admin policy
*)| Invalid
The option was invalid (i.e. the client is buggy)
*)| Platform
The option is not supported in this platform.
*)| TlsReqd
The option is not allowed when the connection is not using TLS.
*)| Unknown of int32
The response is unknown to this implementation.
*)