-
Notifications
You must be signed in to change notification settings - Fork 47
Support error type #232
Copy link
Copy link
Closed
Labels
featureA new functionalityA new functionality
Metadata
Metadata
Assignees
Labels
featureA new functionalityA new functionality
Since version 2.4.1, responses for errors have extra information following what was described in Box protocol – responses for errors. This is a “compatible” enhancement, because clients that expect old-style server responses should ignore map components that they do not recognize. Notice, however, that there has been a renaming of a constant: formerly IPROTO_ERROR in ./box/iproto_constants.h was 0x31, now IPROTO_ERROR is 0x52 and IPROTO_ERROR_24 is 0x31.
MP_ERRORtype is 3.See doc for more details.