/AWS1/CL_APSUSERSTACKASSOCIA01¶
Describes the error that is returned when a user can’t be associated with or disassociated from a stack.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_userstackassociation TYPE REF TO /AWS1/CL_APSUSERSTACKASSOCIA00 /AWS1/CL_APSUSERSTACKASSOCIA00¶
Information about the user and associated stack.
iv_errorcode TYPE /AWS1/APSUSERSTACKASSOCIATIO00 /AWS1/APSUSERSTACKASSOCIATIO00¶
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
iv_errormessage TYPE /AWS1/APSSTRING /AWS1/APSSTRING¶
The error message for the error that is returned when a user can’t be associated with or disassociated from a stack.
Queryable Attributes¶
UserStackAssociation¶
Information about the user and associated stack.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_USERSTACKASSOCIATION() | 
Getter for USERSTACKASSOCIATION | 
ErrorCode¶
The error code for the error that is returned when a user can’t be associated with or disassociated from a stack.
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 for the error that is returned when a user can’t be associated with or disassociated from a stack.
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_USERSTACKASSOCIATIONERRLIST¶
TYPES TT_USERSTACKASSOCIATIONERRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_APSUSERSTACKASSOCIA01 WITH DEFAULT KEY
.