The cinder.message.defined_messages Module

Event ID and user visible message mapping.

Event IDs are used to look up the message to be displayed for an API Message object. All defined messages should be appropriate for any API user to see and not contain any sensitive information. A good rule-of-thumb is to be very general in error messages unless the issue is due to a bad user action, then be specific.

get_message_text(event_id)

Previous topic

The cinder.message.api Module

Next topic

The cinder.message.resource_types Module

Project Source

This Page