You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mandatory: "true" iff a non null value for the field is always encoded.
What this means is that for all non-mandatory fields in a composite type, they must be pointer-to-type. That said, we should be smart in how we fix things up. E.g. the description field in the error type isn't mandatory, however making it be *string doesn't really add any value.
The text was updated successfully, but these errors were encountered:
Per http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-types-v1.0-os.html#doc-idp115568
mandatory: "true" iff a non null value for the field is always encoded.
What this means is that for all non-mandatory fields in a composite type, they must be pointer-to-type. That said, we should be smart in how we fix things up. E.g. the
description
field in theerror
type isn't mandatory, however making it be*string
doesn't really add any value.The text was updated successfully, but these errors were encountered: