public interface ErrorType
Modifier and Type | Field and Description |
---|---|
static char |
COMPILE
An error happening during the Script compilation phase.
|
static char |
COMPILE_DEBUG
An error happening during the Script compilation phase, in the Debug mode.
|
static char |
RUNTIME
An error happening during the Runtime phase.
|
static char |
RUNTIME_DEBUG
An error happening during the Runtime phase, in the Debug mode.
|
static final char COMPILE
static final char COMPILE_DEBUG
static final char RUNTIME
static final char RUNTIME_DEBUG
Copyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence