Error message detail. Specifies the level of detail for error messages returned via HTTP as the error.message value.
The following values are permitted:
0 |
Title only. Returns a short general description of the error. Recommended for live servers that can be accessed publicly. |
1 |
Brief message. Reserved for future use. Currently returns the same info as 0. |
2 |
Detailed message. Provides user-level details about the error. May include sensitive information, such as file paths. Recommended for staging, quality assurance, and application development servers. |
3 |
Full debug info. Adds Java stack traces when applicable. Error images never include stack traces and instead return level 2 information in $error.message. This information can be useful when reporting problems to Dynamic Media technical support. |
Enumerated value, must be 0, 1, 2, or 3.
Inherited from default::ErrorDetail
if not specified or if empty.