Interface StartLiveStoryResultFail

The live story failed to post with an error to be handled. Subtype of StartLiveStoryResult.

interface StartLiveStoryResultFail {
    @type: "startLiveStoryResultFail";
    error_type: CanPostStoryResult;
}

Properties

Properties

@type: "startLiveStoryResultFail"
error_type: CanPostStoryResult

Type of the error; other error types may be returned as regular errors.