Skip to content

/AWS1/CL_CHMCREATTENDEEERROR

The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_externaluserid TYPE /AWS1/CHMEXTERNALUSERID /AWS1/CHMEXTERNALUSERID

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}[]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

iv_errorcode TYPE /AWS1/CHMSTRING /AWS1/CHMSTRING

The error code.

iv_errormessage TYPE /AWS1/CHMSTRING /AWS1/CHMSTRING

The error message.


Queryable Attributes

ExternalUserId

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Pattern: [-_&@+=,(){}[]\/«».:|'"#a-zA-Z0-9À-ÿ\s]*

Values that begin with aws: are reserved. You can't configure a value that uses this prefix. Case insensitive.

Accessible with the following methods

Method Description
GET_EXTERNALUSERID() Getter for EXTERNALUSERID, with configurable default
ASK_EXTERNALUSERID() Getter for EXTERNALUSERID w/ exceptions if field has no valu
HAS_EXTERNALUSERID() Determine if EXTERNALUSERID has a value

ErrorCode

The error code.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

ErrorMessage

The error message.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_BATCHCREATTENDEEERRORLIST

TYPES TT_BATCHCREATTENDEEERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CHMCREATTENDEEERROR WITH DEFAULT KEY
.