MySQL 9.1.0
Source Code Documentation
|
Server-side warnings and notes. More...
Public Types | |
enum | Level { NOTE = 1 , WARNING = 2 , ERROR = 3 } |
Public Attributes | |
optional Level | level = 1 [ default = WARNING ] |
Note or Warning. More... | |
required uint32 | code = 2 |
warning code More... | |
required string | msg = 3 |
warning message More... | |
Server-side warnings and notes.
.level
, .code
and .msg
map the content of: Mysqlx::Notice::Frame Field | Value |
---|---|
.type | 1 |
.scope | local or global |
required uint32 Mysqlx::Notice::Warning::code = 2 |
warning code
required string Mysqlx::Notice::Warning::msg = 3 |
warning message