Values.GetCommentOutputSourceReturns the content of a comment made on a change, file, or commit in a repository. Reaction counts might include numbers from user identities who were deleted after the reaction was made. For a count of reactions from active identities, use GetCommentReactions.
type nonrec error = [ | `CommentDeletedException of CommentDeletedException.t| `CommentDoesNotExistException of CommentDoesNotExistException.t| `CommentIdRequiredException of CommentIdRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidCommentIdException of InvalidCommentIdException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidCommentIdException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CommentDeletedException of unit
| `CommentDoesNotExistException of unit
| `CommentIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException 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 ]