Expand description
Types for the org.varlink.service interface.
This module provides types for methods and errors to be used for both client and server implementations of the standard Varlink service interface.
Structs§
- Info
- Information about a Varlink service implementation.
- Interface
Description - The interface description.
- Owned
Error - Owned version of
Errorfor use with the chain API. - Owned
Info - Owned version of
Infofor use with the chain API.
Enums§
- Error
- Errors that can be returned by the
org.varlink.serviceinterface. - Method
org.varlink.serviceinterface methods.- Owned
Reply - Owned version of
Replyfor use with the chain API. - Reply
org.varlink.serviceinterface replies.
Constants§
- DESCRIPTION
- The description of the
org.varlink.serviceinterface. - INTERFACE_
NAME - The name of the
org.varlink.serviceinterface.
Type Aliases§
- Result
- Result type for Varlink service methods.