Skip to content

Commit fb457d2

Browse files
committed
Directing users to retry in the event of failure.
1 parent a28b903 commit fb457d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/durable-objects/reference/data-location.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ let durableObjectStub = OBJECT_NAMESPACE.get(id, { locationHint: "enam" });
7272
```
7373

7474
:::caution
75-
If the location hint cannot be respected when creating a Durable Object, the Durable Object creation will fail.
75+
If the location hint cannot be respected when creating a Durable Object, the Durable Object creation will fail.
76+
77+
This is a [retryable](/durable-objects/best-practices/error-handling/) error. If this happens, retry the operation.
7678
:::
7779

7880
### Supported locations

0 commit comments

Comments
 (0)