ErrorCode
    
            
            in package
            
        
    
    
    
Table of Contents
Properties
- $errorCodeMap : array<string, int>
Methods
- error() : int
Properties
$errorCodeMap
        protected
        static    array<string, int>
    $errorCodeMap
     = ['#NULL!' => 0x0, '#DIV/0!' => 0x7, '#VALUE!' => 0xf, '#REF!' => 0x17, '#NAME?' => 0x1d, '#NUM!' => 0x24, '#N/A' => 0x2a]
    
    
    
    
    
Methods
error()
    public
            static        error(string $errorCode) : int
    Parameters
- $errorCode : string