ExecutePolicyResponse: {
    headers: {
        [k: string]: string[];
    };
    httpMeta: HTTPMetadata;
    successfulPolicyResponse?: SuccessfulPolicyResponse;
}

Type declaration

  • headers: {
        [k: string]: string[];
    }
    • [k: string]: string[]
  • httpMeta: HTTPMetadata
  • OptionalsuccessfulPolicyResponse?: SuccessfulPolicyResponse

    Success.

    The server also returns 200 if the path refers to an undefined document. In this case, the response will not contain a result property.