1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3package rpcservice
4
5import (
6	"github.com/aws/aws-sdk-go/private/protocol"
7)
8
9const (
10
11	// ErrCodeExceptionEvent for service response error code
12	// "ExceptionEvent".
13	ErrCodeExceptionEvent = "ExceptionEvent"
14
15	// ErrCodeExceptionEvent2 for service response error code
16	// "ExceptionEvent2".
17	ErrCodeExceptionEvent2 = "ExceptionEvent2"
18)
19
20var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{
21	"ExceptionEvent":  newErrorExceptionEvent,
22	"ExceptionEvent2": newErrorExceptionEvent2,
23}
24