Skip to content

enum ErrorLevel

Source Code

Used to define the maximum error reporting level.

NamespaceBeastBytes\CodPhp\Error
Backing Typeint

Cases

NameValueDescription
Error2Report errors.
None99Do not report any errors.
Notice0Report errors, warnings, and notices.
Warning1Report errors and warnings.

Generated by CodPhp