Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 4477fd8

Browse files
author
Chris Paul
authored
Merge pull request #62 from codylerum/add_statuses
add missing options to SignatureStatus
2 parents 1ea5704 + 6b3c722 commit 4477fd8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/main/java/com/hellosign/sdk/resource/support/types/SignatureStatus.java

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,13 @@
2525
*/
2626

2727
public enum SignatureStatus {
28-
awaiting_signature, signed, on_hold, declined
28+
success,
29+
on_hold,
30+
signed,
31+
awaiting_signature,
32+
declined,
33+
error_unknown,
34+
error_file,
35+
error_component_position,
36+
error_text_tag
2937
}

0 commit comments

Comments
 (0)