Platforms to show: All Mac Windows Linux Cross-Platform
Back to RabbitMQConnectionMBS class.
RabbitMQConnectionMBS.ConstantIsHardError(constantNumber as Integer) as Boolean
Function:
Checks to see if a constant is a hard error.
Notes:
A hard error occurs when something severe enough happens that the connection must be closed.
Returns true if its a hard error, false otherwise.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes:
A hard error occurs when something severe enough happens that the connection must be closed.
Returns true if its a hard error, false otherwise.
RabbitMQConnectionMBS.ConstantName(constantNumber as Integer) as String
Function:
Get constant name string from constant.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
RabbitMQConnectionMBS.ErrorString(ErrorCode as Integer) as String
Function:
Get the error string for the given error code.
Notes: Get an error string associated with an error code.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Get an error string associated with an error code.
RabbitMQConnectionMBS.MethodHasContent(constantNumber as Integer) as Boolean
Function:
Checks whether such a method has content.
Notes: Returns true if content is expected.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Returns true if content is expected.
RabbitMQConnectionMBS.MethodName(constantNumber as Integer) as String
Function:
Get method name string from method number.
Notes: Returns method name string.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | RabbitMQ | MBS RabbitMQ Plugin | 21.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Notes: Returns method name string.
Some examples using this method:
The items on this page are in the following plugins: MBS RabbitMQ Plugin.
