class documentation
class ResponseStatusCode(ACMEIntEnum):
Response codes
| Method | coap |
Map the oneM2M RSC to a CoAP status code. |
| Method | http |
Map the oneM2M RSC to an http status code. |
| Method | nname |
Return a "natural" string representation of the exception's name. |
| Constant | ACCEPTED |
Request accepted |
| Constant | ACCEPTED |
ACCEPTED for nonBlockingRequestAsynch |
| Constant | ACCEPTED |
ACCEPTED for nonBlockingRequestSynch |
| Constant | ALREADY |
ALREADY_EXISTS |
| Constant | APP |
APP RULE VALIDATION FAILED |
| Constant | BAD |
BAD REQUEST |
| Constant | CONFLICT |
CONFLICT |
| Constant | CONTENTS |
CONTENTS UNACCEPTABLE |
| Constant | CREATED |
CREATED |
| Constant | CROSS |
CROSS RESOURCE OPERATION FAILURE |
| Constant | DELETED |
DELETED |
| Constant | GROUP |
GROUP MEMBER TYPE INCONSISTENT |
| Constant | INSUFFICIENT |
INSUFFICIENT_ARGUMENTS |
| Constant | INTERNAL |
INTERNAL SERVER ERROR |
| Constant | INVALID |
INVALID ARGUMENTS |
| Constant | INVALID |
INVALID CHILD RESOURCE TYPE |
| Constant | INVALID |
INVALID PROCESS CONFIGURATION |
| Constant | INVALID |
INVALID_SPARQL_QUERY |
| Constant | MAX |
MAX NUMBER OF MEMBER EXCEEDED |
| Constant | NO |
No content |
| Constant | NOT |
NOT ACCEPTABLE |
| Constant | NOT |
NOT FOUND |
| Constant | NOT |
NOT_IMPLEMENTED |
| Constant | OK |
OK |
| Constant | OPERATION |
OPERATION_DENIED_BY_REMOTE_ENTITY |
| Constant | OPERATION |
OPERATION NOT ALLOWED |
| Constant | ORIGINATOR |
ORIGINATOR_HAS_ALREADY_REGISTERED |
| Constant | ORIGINATOR |
ORIGINATOR HAS NO PRIVILEGE |
| Constant | RECEIVER |
RECEIVER_HAS_NO_PRIVILEGES |
| Constant | RELEASE |
RELEASE VERSION NOT SUPPORTED |
| Constant | REMOTE |
REMOTE ENTITY NOT REACHABLE |
| Constant | REQUEST |
REQUEST TIMEOUT |
| Constant | SECURITY |
SECURITY_ASSOCIATION_REQUIRED |
| Constant | SERVICE |
SERVICE_SUBSCRIPTION_NOT_ESTABLISHED |
| Constant | SUBSCRIPTION |
SUBSCRIPTION CREATOR HAS NO PRIVILEGE |
| Constant | SUBSCRIPTION |
SUBSCRIPTION_HOST_HAS_NO_PRIVILEGE |
| Constant | SUBSCRIPTION |
SUBSCRIPTION VERIFICATION INITIATION FAILED |
| Constant | TARGET |
TARGET NOT REACHABLE |
| Constant | TARGET |
TARGET NOT SUBSCRIBABLE |
| Constant | UNABLE |
UNABLE TO RECALL REQUEST |
| Constant | UNKNOWN |
UNKNOWN |
| Constant | UNSUPPORTED |
UNSUPPORTED MEDIA TYPE |
| Constant | UPDATED |
UPDATED |
Inherited from ACMEIntEnum:
| Class Method | has |
Check whether the enum type has an entry with either the given int value or string name. |
| Class Method | to |
Return an enum value by its name. |
| Method | __int__ |
Get the integer value of an enum. |
| Method | __repr__ |
Stringify an enum. |
| Method | __str__ |
Stringify an enum. |