The endpoint did not return a Response.
이 내용은 아직 번역본이 없습니다.
EndpointDidNotReturnAResponse: An endpoint must return either a
Response
, or aPromise
that resolves with aResponse
.
What went wrong?
Section titled What went wrong?Thrown when an endpoint does not return anything or returns an object that is not a Response
object.
An endpoint must return either a Response
, or a Promise
that resolves with a Response
. For example: