opensocial.ResponseItem.Error (v0.7)
SUMMARY DETAIL
Static Class opensocial.ResponseItem.Error
Error codes that a response item can return.
Field Summary
-
<static> object
BAD_REQUEST
- The request was invalid.
-
<static> object
FORBIDDEN
- The gadget can never have access to the requested data.
-
<static> object
INTERNAL_ERROR
- The request encountered an unexpected condition that
prevented it from fulfilling the request.
-
<static> object
NOT_IMPLEMENTED
- This container does not support the request that was made.
-
<static> object
UNAUTHORIZED
- The gadget does not have access to the requested data.
Field Detail
BAD_REQUEST
<static> object BAD_REQUEST
The request was invalid. Example: 'max' was -1.
FORBIDDEN
<static> object FORBIDDEN
The gadget can never have access to the requested data.
INTERNAL_ERROR
<static> object INTERNAL_ERROR
The request encountered an unexpected condition that
prevented it from fulfilling the request.
NOT_IMPLEMENTED
<static> object NOT_IMPLEMENTED
This container does not support the request that was made.
UNAUTHORIZED
<static> object UNAUTHORIZED