Values.PostCommentReplyOutputSourcePosts a comment in reply to an existing comment on a comparison between commits or a pull request.
type nonrec error = [ | `ClientRequestTokenRequiredException of ClientRequestTokenRequiredException.t| `CommentContentRequiredException of CommentContentRequiredException.t| `CommentContentSizeLimitExceededException of
CommentContentSizeLimitExceededException.t| `CommentDoesNotExistException of CommentDoesNotExistException.t| `CommentIdRequiredException of CommentIdRequiredException.t| `IdempotencyParameterMismatchException of
IdempotencyParameterMismatchException.t| `InvalidClientRequestTokenException of InvalidClientRequestTokenException.t| `InvalidCommentIdException of InvalidCommentIdException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]