Thrown when the Personal Server rejected a derivative question with a status the more specific errors do not claim (405, 413 CONTENT_TOO_LARGE, 5xx), or answered a body the SDK cannot read.
CONTENT_TOO_LARGE
The question routes share the Write API's credential, so their authentication failures are the write errors: WriteUnauthorizedError (401), WriteForbiddenError (403 on the derived scope), WriteConflictError (409 that is not a cycle), WriteRequestError (refused before sending), WriteTransportError (fetch threw).
fetch
Thrown when the Personal Server rejected a derivative question with a status the more specific errors do not claim (405, 413
CONTENT_TOO_LARGE, 5xx), or answered a body the SDK cannot read.Remarks
The question routes share the Write API's credential, so their authentication failures are the write errors: WriteUnauthorizedError (401), WriteForbiddenError (403 on the derived scope), WriteConflictError (409 that is not a cycle), WriteRequestError (refused before sending), WriteTransportError (
fetchthrew).