Closed xieyanker closed 5 years ago
if argument of validateField function is not supported type, such as uint32, I got: table field "x-message-ttl" value %!t(uint32=300000) not supported, now I fix it and print actually type: table field "x-message-ttl" value uint32 not supported.
uint32
table field "x-message-ttl" value %!t(uint32=300000) not supported
table field "x-message-ttl" value uint32 not supported
Thank you!
if argument of validateField function is not supported type, such as
uint32
, I got:table field "x-message-ttl" value %!t(uint32=300000) not supported
, now I fix it and print actually type:table field "x-message-ttl" value uint32 not supported
.