mirror of https://github.com/dapr/docs.git
parent
a27ff1f926
commit
b10f6f8514
|
@ -31,6 +31,7 @@ Following table lists the error codes returned by Dapr runtime:
|
|||
| ERR_ACTOR_STATE_TRANSACTION_SAVE | Error storing actor state transactionally.
|
||||
| ERR_PUBSUB_NOT_FOUND | Error referencing the Pub/Sub component in Dapr runtime.
|
||||
| ERR_PUBSUB_PUBLISH_MESSAGE | Error publishing a message.
|
||||
| ERR_PUBSUB_FORBIDDEN | Error message forbidden by access controls.
|
||||
| ERR_PUBSUB_CLOUD_EVENTS_SER | Error serializing Pub/Sub event envelope.
|
||||
| ERR_STATE_STORE_NOT_FOUND | Error referencing a state store not found.
|
||||
| ERR_STATE_STORES_NOT_CONFIGURED | Error no state stores configured.
|
||||
|
|
|
@ -22,6 +22,7 @@ POST http://localhost:<daprPort>/v1.0/publish/<pubsubname>/<topic>
|
|||
Code | Description
|
||||
---- | -----------
|
||||
204 | Message delivered
|
||||
403 | Message forbidden by access controls
|
||||
404 | No pubsub name or topic given
|
||||
500 | Delivery failed
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ Code | Description
|
|||
---- | -----------
|
||||
XXX | Upstream status returned
|
||||
400 | Method name not given
|
||||
403 | Invocation forbidden by access control
|
||||
500 | Request failed
|
||||
|
||||
### URL Parameters
|
||||
|
|
Loading…
Reference in New Issue