···7878 */
7979 serviceNameBuilder?: string;
8080 /**
8181+ * Throw an error instead of returning it in the response?
8282+ *
8383+ * @default false
8484+ */
8585+ throwOnError?: boolean;
8686+ /**
8187 * Transform response data before returning. This is useful if you want to
8288 * convert for example ISO strings into Date objects. However, transformation
8389 * adds runtime overhead, so it's not recommended to use unless necessary.