Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
pbx_exception Struct Reference
Collaboration diagram for pbx_exception:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field context
 
const ast_string_field exten
 
int priority
 
const ast_string_field reason
 

Detailed Description

Definition at line 620 of file pbx.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 625 of file pbx.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 625 of file pbx.c.

◆ context

const ast_string_field context

Context associated with this exception

Definition at line 625 of file pbx.c.

Referenced by acf_exception_read().

◆ exten

const ast_string_field exten

Exten associated with this exception

Definition at line 625 of file pbx.c.

Referenced by acf_exception_read().

◆ priority

int priority

Priority associated with this exception

Definition at line 627 of file pbx.c.

Referenced by acf_exception_read(), and raise_exception().

◆ reason

const ast_string_field reason

The exception reason

Definition at line 625 of file pbx.c.

Referenced by acf_exception_read(), and ErrorResponse::load().


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