webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::ExceptionCodeDescription Struct Reference

#include <ExceptionCodeDescription.h>

Public Member Functions

WEBCORE_EXPORT ExceptionCodeDescription (ExceptionCode)
 
WEBCORE_EXPORT ExceptionCodeDescription (ExceptionCode)
 

Public Attributes

const char * typeName
 
const char * name
 
const char * description
 
int code
 
ExceptionType type
 

Constructor & Destructor Documentation

◆ ExceptionCodeDescription() [1/2]

WebCore::ExceptionCodeDescription::ExceptionCodeDescription ( ExceptionCode  ec)
explicit

◆ ExceptionCodeDescription() [2/2]

WEBCORE_EXPORT WebCore::ExceptionCodeDescription::ExceptionCodeDescription ( ExceptionCode  )
explicit

Member Data Documentation

◆ code

int WebCore::ExceptionCodeDescription::code

◆ description

const char * WebCore::ExceptionCodeDescription::description

◆ name

const char * WebCore::ExceptionCodeDescription::name

◆ type

ExceptionType WebCore::ExceptionCodeDescription::type

◆ typeName

const char * WebCore::ExceptionCodeDescription::typeName

The documentation for this struct was generated from the following files: