{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Method Create | Authentication | 3.1.0
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Create

    Create(int, string, Exception)

    Creates the exception base on errorCode range. If the errorCode is less than AuthenticationErrorCodes.MinValue it creates a RequestFailedException. Otherwise it creates an AuthenticationException

    Declaration
    public static RequestFailedException Create(int errorCode, string message, Exception innerException = null)
    Parameters
    Type Name Description
    int errorCode

    Gets the error code for the current exception

    string message

    Gets a message that describes the current exception.

    Exception innerException

    Gets the Exception instance that caused the current exception.

    Returns
    Type Description
    RequestFailedException

    The built exception, either an AuthenticationException or a RequestFailedException

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)