nl::Weave::Profiles::Common
This namespace includes all interfaces within Weave for the Weave Common profile.
Summary
The interfaces define message types and status codes.
Enumerations |
|
---|---|
@86
|
enum Common Profile Message Types. |
@87{
|
enum Common Profile Status Codes. |
@88{
|
enum Common Profile MIME file type. |
@89{
|
enum Common Profile Data Tags. |
Enumerations
@87
@87
Common Profile Status Codes.
Properties | |
---|---|
kStatus_AccessDenied
|
The request can only be made by a party with sufficient access. |
kStatus_AuthenticationRequired
|
The request can only be made by an authenticated party. |
kStatus_BadRequest
|
The request was unrecognized or malformed. |
kStatus_Busy
|
The sender is busy and cannot perform the requested operation at the current time. |
kStatus_Canceled
|
The operation was canceled. |
kStatus_Continue
|
Context-specific signal to proceed. |
kStatus_InternalError
|
An internal failure prevented an operation from completing. |
kStatus_InternalServerProblem
|
Request could not be completeted because of problems on the server. |
kStatus_LocalSetupRequired
|
The requested operation could not be performed because one or more necessary local configuration steps have not been completed. |
kStatus_NotAvailable
|
The requested operation cannot be performed given the current state of the sender. |
kStatus_OutOfMemory
|
The sender is low on memory resources and cannot perform the requested operation at the current time. |
kStatus_Relocated
|
Request was made to the wrong endpoint. Client should query its directory server for an updated endpoint list and try again. |
kStatus_Success
|
The operation completed without error. |
kStatus_Timeout
|
The operation or protocol interaction failed to complete in the allotted time. |
kStatus_UnexpectedMessage
|
A message was received at an unexpected time or in an unexpected context. |
kStatus_UnsupportedMessage
|
An unrecognized or unsupported message was received. |
@88
@88
Common Profile MIME file type.
Properties | |
---|---|
kMIMEType_AppGzip
|
gzip-compressed data. |
kMIMEType_AppOctetStream
|
The most general unrestricted set of bytes, same as "unspecified.". |
kMIMEType_TextPlain
|
Plain text, uncompressed. |
@89
@89
Common Profile Data Tags.
Properties | |
---|---|
kTag_MIMEType
|
[uint] MIME type. Tag Category: Profile-agnostic. Constraints: none |
kTag_SchemaVersion
|
[uint] Schema revision. Tag Category: Profile-specific. Constraints: 0-255 |
kTag_SystemErrorCode
|
[uint] System-specific error. Tag Category: Profile-specific. Constraints: none |