NoteErrorCode
No description
enum NoteErrorCode {
INVALID_SPACE_ARTIFACT_LISTING_ID
MISSING_NOTE_TOPIC
INVALID_NOTE_MESSAGE
SPACE_ARTIFACT_LISTING_NOT_EXISTS_FOR_ID
INVALID_SUBMISSION_STATUS
EMPTY_NOTE_ID
INVALID_NOTE_ID
}
Values
NoteErrorCode.INVALID_SPACE_ARTIFACT_LISTING_ID {#invalid-space-artifact-listing-id}
If the user passes a blank artifact listing ID, then this error will trigger.
NoteErrorCode.MISSING_NOTE_TOPIC {#missing-note-topic}
If the user not select any topic, then this error will trigger.
NoteErrorCode.INVALID_NOTE_MESSAGE {#invalid-note-message}
If the user has not provided any message or passes a blank message, then this error will trigger.
NoteErrorCode.SPACE_ARTIFACT_LISTING_NOT_EXISTS_FOR_ID {#space-artifact-listing-not-exists-for-id}
If the space artifact listing data not exists for the provided space artifact listing id then this error will trigger
NoteErrorCode.INVALID_SUBMISSION_STATUS {#invalid-submission-status}
If space artifact listing data returns null then this error will trigger.
NoteErrorCode.EMPTY_NOTE_ID {#empty-note-id}
Note ID cannot be empty
NoteErrorCode.INVALID_NOTE_ID {#invalid-note-id}
Note ID is invalid or note not found