Preparing search index...
The search index is not available
map.apps Bundle APIs 4.19.0
map.apps Bundle APIs 4.19.0
toc
api
CheckStateMessages
Interface CheckStateMessages
Messages produced by a
StateChecker
.
interface
CheckStateMessages
{
errors
?:
string
[]
;
infos
?:
string
[]
;
warnings
?:
string
[]
;
}
Index
Properties
errors?
infos?
warnings?
Properties
Optional
errors
errors
?:
string
[]
Error messages.
Optional
infos
infos
?:
string
[]
Info messages.
Optional
warnings
warnings
?:
string
[]
Warning messages.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
errors
infos
warnings
map.apps Bundle APIs 4.19.0
Loading...
Messages produced by a StateChecker.