import { RESPONSE_IS_NOT_CONFORM } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Assigned as OperationProcessingError.code when a !Response does not have the expected success HTTP Status Code as defined by its specification.
x/oauth4webapi/mod.ts>RESPONSE_IS_NOT_CONFORM
import { RESPONSE_IS_NOT_CONFORM } from "https://deno.land/x/oauth4webapi@v3.1.2/mod.ts";
Assigned as OperationProcessingError.code when a !Response does not have the expected success HTTP Status Code as defined by its specification.