Libertas OS API Documentation
    Preparing search index...

    Enumeration LibertasNetErrorType

    Reactive network error type.

    Index

    Enumeration Members

    Success: 0

    I/O operation success.

    Internal: 1

    I/O internal error.

    Terminate: 2

    Socket connection terminated programetically.

    Listen: 3

    Socket listening error.

    Accept: 4

    Socket accept error.

    Connect: 5

    Socket connect error.

    DNS: 6

    Socket DNS resolution error.

    Read: 7

    Socket read error.

    Write: 8

    Socket write error.

    Crypto: 9

    TLS crypto error.

    IO: 10

    HTTP general I/O error.

    Auth: 11

    HTTP authentication error.

    Server: 12

    Server socket error.

    App: 13

    Application error.