Skip to main content
Version: Beta

ResponseStatus

description

Currently used for 204-like responses, when no data is expected in response. For example, in a mutaion that deletes something. In case of errors throw an exception.

enum ResponseStatus {
SUCCESS
FAILED
FAIL @deprecated
}

Values

ResponseStatus.SUCCESS

ResponseStatus.FAILED

ResponseStatus.FAIL deprecated

DEPRECATED: Should not be used - throw an exception instead

Should not be used - throw an exception instead

Member of

WatchlistMutationResult object