Waiting for engine...
Skip to main content

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

If the user passes a blank artifact listing ID, then this error will trigger.

NoteErrorCode.MISSING_NOTE_TOPIC

If the user not select any topic, then this error will trigger.

NoteErrorCode.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

If the space artifact listing data not exists for the provided space artifact listing id then this error will trigger

NoteErrorCode.INVALID_SUBMISSION_STATUS

If space artifact listing data returns null then this error will trigger.

NoteErrorCode.EMPTY_NOTE_ID

Note ID cannot be empty

NoteErrorCode.INVALID_NOTE_ID

Note ID is invalid or note not found

On this Page