Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidXML represents 'invalid-xml' stream error. ErrInvalidXML = newStreamError("invalid-xml") // ErrInvalidNamespace represents 'invalid-namespace' stream error. ErrInvalidNamespace = newStreamError("invalid-namespace") // ErrHostUnknown represents 'host-unknown' stream error. ErrHostUnknown = newStreamError("host-unknown") // ErrInvalidFrom represents 'invalid-from' stream error. ErrInvalidFrom = newStreamError("invalid-from") // ErrPolicyViolation represents 'connection-timeout' stream error. ErrPolicyViolation = newStreamError("policy-violation") // ErrRemoteConnectionFailed represents 'remote-connection-failed' stream error. ErrRemoteConnectionFailed = newStreamError("remote-connection-failed") // ErrConnectionTimeout represents 'connection-timeout' stream error. ErrConnectionTimeout = newStreamError("connection-timeout") // ErrUnsupportedStanzaType represents 'unsupported-stanza-type' stream error. ErrUnsupportedStanzaType = newStreamError("unsupported-stanza-type") // ErrUnsupportedVersion represents 'unsupported-version' stream error. ErrUnsupportedVersion = newStreamError("unsupported-version") // ErrNotAuthorized represents 'not-authorized' stream error. ErrNotAuthorized = newStreamError("not-authorized") // ErrResourceConstraint represents 'resource-constraint' stream error. ErrResourceConstraint = newStreamError("resource-constraint") // ErrSystemShutdown represents 'system-shutdown' stream error. ErrSystemShutdown = newStreamError("system-shutdown") // ErrUndefinedCondition represents 'system-shutdown' stream error. ErrUndefinedCondition = newStreamError("undefined-condition") // ErrInternalServerError represents 'internal-server-error' stream error. ErrInternalServerError = newStreamError("internal-server-error") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.