#include "third_party/blink/renderer/modules/credentialmanagement/identity_credential_error.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_identity_credential_error_init.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
namespace blink {
IdentityCredentialError* IdentityCredentialError::Create(
const String& message,
const IdentityCredentialErrorInit* options) { … }
IdentityCredentialError::IdentityCredentialError(
const String& message,
const IdentityCredentialErrorInit* options)
: … { … }
IdentityCredentialError::IdentityCredentialError(const String& message,
const String& code,
const String& url)
: … { … }
}