wamp.error.no_such_realm
When the given realm uri does not exist.
Description
Normally this is caused when there are request or input data validation failures.
Positional Results
0stringThe error message
Keyword Results
codestringwamp.error.no_such_realm
descriptionstringThe error description
messagestringThe error message
Example
json
{
"code":"wamp.error.no_such_realm",
"description":"A realm named 'com.leapsight.test'could not be found.",
"message":"The request failed because the realm provided does not exist."
}