Module Values.PostCommentReplyOutputSource

Posts a comment in reply to an existing comment on a comparison between commits or a pull request.

Sourcetype nonrec t = {
  1. comment : Comment.t option;
    (*

    Information about the reply to a comment.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientRequestTokenRequiredException of ClientRequestTokenRequiredException.t
  2. | `CommentContentRequiredException of CommentContentRequiredException.t
  3. | `CommentContentSizeLimitExceededException of CommentContentSizeLimitExceededException.t
  4. | `CommentDoesNotExistException of CommentDoesNotExistException.t
  5. | `CommentIdRequiredException of CommentIdRequiredException.t
  6. | `IdempotencyParameterMismatchException of IdempotencyParameterMismatchException.t
  7. | `InvalidClientRequestTokenException of InvalidClientRequestTokenException.t
  8. | `InvalidCommentIdException of InvalidCommentIdException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?comment:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientRequestTokenRequiredException of unit | `CommentContentRequiredException of unit | `CommentContentSizeLimitExceededException of unit | `CommentDoesNotExistException of unit | `CommentIdRequiredException of unit | `IdempotencyParameterMismatchException of unit | `InvalidClientRequestTokenException of unit | `InvalidCommentIdException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientRequestTokenRequiredException of unit | `CommentContentRequiredException of unit | `CommentContentSizeLimitExceededException of unit | `CommentDoesNotExistException of unit | `CommentIdRequiredException of unit | `IdempotencyParameterMismatchException of unit | `InvalidClientRequestTokenException of unit | `InvalidCommentIdException of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of IsCommentDeleted.t | `List of [> `String of ReactionValue.t ] list | `Map of ([> `String of ReactionValue.t ] * [> `Integer of Count.t ]) list | `String of CommentId.t | `Timestamp of CreationDate.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t