Skip to main content Link Search Menu Expand Document (external link)

WireguardErrors overview

Wireguard errors

Added in v1.0.0


Table of contents


Errors

SuccessErrno

A wireguard userspace api Errno return message.

Signature

export declare const SuccessErrno: Schema.brand<Schema.SchemaClass<"errno=0", "errno=0", never>, "SuccessErrno">

Added in v1.0.0

SuccessErrno (type alias)

Signature

export type SuccessErrno = Schema.Schema.Type<typeof SuccessErrno>

Added in v1.0.0

WireguardError (class)

Signature

export declare class WireguardError

Added in v1.0.0