1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef WebSetSinkIdError_h
6 #define WebSetSinkIdError_h
8 #include "public/platform/WebString.h"
12 struct WebSetSinkIdError
{
14 ErrorTypeNotFound
= 1,
17 ErrorTypeNotSupported
,
18 ErrorTypeLast
= ErrorTypeNotSupported
21 WebSetSinkIdError(ErrorType errorType
, const WebString
& message
)
22 : errorType(errorType
)
33 #endif // WebSetSinkIdError_h